Delete Virtual Account
Technical Specification
| Environment | Method | URL |
|---|---|---|
| Development | GET | https://devo.finnet.co.id/pg/payment/card/openpayment/delete/{sofId}/{paymentCode} |
| Production | GET | https://live.finnet.co.id/pg/payment/card/openpayment/delete/{sofId}/{paymentCode} |
Body Request
Sample Request
https://devo.finnet.co.id/pg/payment/card/openpayment/delete/vabca/8804483313131312
Body Response
| No | Name | Type | Mandatory | Min Length | Max Length | Description |
|---|---|---|---|---|---|---|
| 1 | responseCode | Enum | M | 1 | 7 | Response Code |
| 2 | responseMessage | String | M | 1 | 500 | Response Message |
| 3 | paymentCode | String | O | 1 | 30 | Payment Code |
| 4 | redirecturl | String | O | 1 | 320 | Redirect URL |
| 5 | expiryLink | String | O | 1 | 19 | Expiry Link |
| 6 | processingTime | Number | M | 1 | 20 | Processing Time |
| 7 | appurl | String | O | 1 | 320 | App URL |
| 8 | imageurl | String | O | 1 | 320 | Image URL |
| 9 | accountList | Array | O | 1 | 4 | Account List |
Sample Response
{
"responseCode": "2000000",
"responseMessage": "Success",
"processingTime": 0.018259048461914062
}